home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1278.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.6 KB  |  83 lines

  1. 51
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. SetScreenSaver 
  6. --- RECORDSEPARATOR ---
  7. Platform
  8. --- RECORDSEPARATOR ---
  9. :
  10. --- RECORDSEPARATOR ---
  11.  
  12. --- RECORDSEPARATOR ---
  13. Windows
  14. --- RECORDSEPARATOR ---
  15.  
  16. --- RECORDSEPARATOR ---
  17. Description:
  18. --- RECORDSEPARATOR ---
  19.  
  20. --- RECORDSEPARATOR ---
  21. baSetScreenSaver allows you to set the screen saver file.
  22. --- RECORDSEPARATOR ---
  23.  
  24. --- RECORDSEPARATOR ---
  25. Usage:
  26. --- RECORDSEPARATOR ---
  27.  
  28. --- RECORDSEPARATOR ---
  29. Result = baSetScreenSaver( FileName )
  30. --- RECORDSEPARATOR ---
  31.  
  32. --- RECORDSEPARATOR ---
  33. Arguments:
  34. --- RECORDSEPARATOR ---
  35.  
  36. --- RECORDSEPARATOR ---
  37. String. 
  38. --- RECORDSEPARATOR ---
  39. FileName is the file name of the screen saver.
  40. --- RECORDSEPARATOR ---
  41.  
  42. --- RECORDSEPARATOR ---
  43. Returns:
  44. --- RECORDSEPARATOR ---
  45.  
  46. --- RECORDSEPARATOR ---
  47. String. 
  48. --- RECORDSEPARATOR ---
  49. Returns the file name of the previous screen saver.
  50. --- RECORDSEPARATOR ---
  51.  
  52. --- RECORDSEPARATOR ---
  53. Examples:
  54. --- RECORDSEPARATOR ---
  55.  
  56. --- RECORDSEPARATOR ---
  57. Director: 
  58. --- RECORDSEPARATOR ---
  59. set OldSS = baSetScreenSaver( "c:\windows\ss.scr" ) 
  60. --- RECORDSEPARATOR ---
  61. Authorware: 
  62. --- RECORDSEPARATOR ---
  63. OldSS := baSetScreenSaver( "c:\\windows\\ss.scr" )
  64. --- RECORDSEPARATOR ---
  65.  
  66. --- RECORDSEPARATOR ---
  67. Notes:
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. You should use the full path name of the screen saver. A empty string will disable 
  72. --- RECORDSEPARATOR ---
  73. screen saving. This function will also enable the screen saver.
  74. --- RECORDSEPARATOR ---
  75.  
  76. --- RECORDSEPARATOR ---
  77. See also:
  78. --- RECORDSEPARATOR ---
  79.  
  80. --- RECORDSEPARATOR ---
  81. baDisableScreenSaver 
  82. --- RECORDSEPARATOR ---
  83. baScreenSaverTime